home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 1 / Amiga Tools.iso / egs-tools / egs_dev-disk / egsincludes / fd / gbtextedit_lib.fd < prev    next >
Encoding:
Text File  |  1994-06-06  |  749 b   |  25 lines

  1. *-----------------------------------------------------------------
  2. * Filename : gbtextedit.fd
  3. * Release  : 6.015
  4. *
  5. * fd file for gbtextedit.def
  6. *
  7. * (c) Copyright 1990/94 VIONA Development
  8. *     All Rights Reserved
  9. *
  10. * Author      : Markus van Kempen
  11. * Created     : 05 Aug 1993
  12. * Updated     : 05 Aug 1993
  13. *
  14. *-----------------------------------------------------------------
  15. ##base _EGBTextEditBase
  16. ##bias 30
  17. ##public
  18. EGB_CreateFlowTextGadget(con,minW,maxW,minH,maxH,font,bsize,id)(A0/D0/D1/D2/D3/A1/D4/D5)
  19. EGB_ModifyFlowTextGadget(win,gad,text)(A0/A1/A2)
  20. EGB_GetFlowTextValue(gad,buff,len)(A0/A1/D0)
  21. EGB_SetFlowTextCursor(win,gad,pos)(A0/A1/D0)
  22. EGB_ActivateFlowTextGadget(win,gad,force)(A0/A1/D0)
  23. EGB_GetFlowTextBlock(gad,buff,len)(A0/A1/D0)
  24. ##end
  25.